Sets the value of the time line at time t. Any previously set values
later than t are removed.
Namespace:
Equis.JanusToolkitAssembly: Janus (in Janus.dll)
Syntax
C# |
---|
public void Set( int t, ValueType val ) |
Examples
![]() | |
---|---|
pointerPosition[myClientNumber].Set(0, new XYStatus(xMouse, yMouse, mouseDown)); |